home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p1227_1029.exe / [0] / PHP.STX < prev    next >
Text File  |  2011-10-21  |  20KB  |  1,490 lines

  1. #TITLE=PHP
  2. ; PHP syntax file written by ES-Computing. 2004-02-06
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#@$
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=y
  9. #LINECOMMENT=//
  10. #LINECOMMENT2=#
  11. #COMMENTON=/*
  12. #COMMENTOFF=*/
  13. #NESTED_COMMENT=y
  14. #ESCAPE=\
  15. #CASE=n
  16. #PREFIX3=$
  17. #PREFIX4=\
  18. #HTML_EMBEDDED=y
  19. #SCRIPT_BEGIN=<?
  20. #SCRIPT_END=?>
  21. #SKIP_QUOTE=y
  22. #HEREDOC=<<<EOF
  23. #NUMBER_PATTERN=cpp
  24.  
  25. #KEYWORD=Reserved words
  26. $
  27. @
  28. \
  29. ;Literals
  30. true
  31. false
  32. NULL
  33. ;PHP Keywords
  34. __CLASS__
  35. __FILE__
  36. __FUNCTION__
  37. __LINE__
  38. __METHOD__
  39. abstract
  40. and
  41. array
  42. as
  43. break
  44. case
  45. catch
  46. cfunction
  47. class
  48. clone
  49. const
  50. continue
  51. declare
  52. default
  53. die
  54. do
  55. echo
  56. else
  57. elseif
  58. empty
  59. enddeclare
  60. endfor
  61. endforeach
  62. endif
  63. endswitch
  64. endwhile
  65. eval
  66. exception
  67. exit
  68. extends
  69. final
  70. for
  71. foreach
  72. function
  73. global
  74. if
  75. implements
  76. include
  77. include_once
  78. interface
  79. isset
  80. list
  81. new
  82. old_function
  83. or
  84. php_user_filter
  85. print
  86. private
  87. protected
  88. public
  89. require
  90. require_once
  91. return
  92. static
  93. switch
  94. this
  95. throw
  96. try
  97. unset
  98. use
  99. var
  100. while
  101. xor
  102.  
  103. ;Predefined constants
  104. ABDAY_1
  105. ABDAY_2
  106. ABDAY_3
  107. ABDAY_4
  108. ABDAY_5
  109. ABDAY_6
  110. ABDAY_7
  111. ABMON_1
  112. ABMON_10
  113. ABMON_11
  114. ABMON_12
  115. ABMON_2
  116. ABMON_3
  117. ABMON_4
  118. ABMON_5
  119. ABMON_6
  120. ABMON_7
  121. ABMON_8
  122. ABMON_9
  123. ALT_DIGITS
  124. AM_STR
  125. ASSERT_ACTIVE
  126. ASSERT_BAIL
  127. ASSERT_CALLBACK
  128. ASSERT_QUIET_EVAL
  129. ASSERT_WARNING
  130. CASE_LOWER
  131. CASE_UPPER
  132. CHAR_MAX
  133. CODESET
  134. CONNECTION_ABORTED
  135. CONNECTION_NORMAL
  136. CONNECTION_TIMEOUT
  137. COUNT_NORMAL
  138. COUNT_RECURSIVE
  139. CREDITS_ALL
  140. CREDITS_DOCS
  141. CREDITS_FULLPAGE
  142. CREDITS_GENERAL
  143. CREDITS_GROUP
  144. CREDITS_MODULES
  145. CREDITS_QA
  146. CREDITS_SAPI
  147. CRNCYSTR
  148. CRYPT_BLOWFISH
  149. CRYPT_EXT_DES
  150. CRYPT_MD5
  151. CRYPT_SALT_LENGTH
  152. CRYPT_STD_DES
  153. CURRENCY_SYMBOL
  154. DAY_1
  155. DAY_2
  156. DAY_3
  157. DAY_4
  158. DAY_5
  159. DAY_6
  160. DAY_7
  161. DECIMAL_POINT
  162. DEFAULT_INCLUDE_PATH
  163. DIRECTORY_SEPARATOR
  164. D_FMT
  165. D_T_FMT
  166. ENT_COMPAT
  167. ENT_NOQUOTES
  168. ENT_QUOTES
  169. ERA
  170. ERA_D_FMT
  171. ERA_D_T_FMT
  172. ERA_T_FMT
  173. ERA_YEAR
  174. EXTR_IF_EXISTS
  175. EXTR_OVERWRITE
  176. EXTR_PREFIX_ALL
  177. EXTR_PREFIX_IF_EXISTS
  178. EXTR_PREFIX_INVALID
  179. EXTR_PREFIX_SAME
  180. EXTR_SKIP
  181. E_ALL
  182. E_COMPILE_ERROR
  183. E_COMPILE_WARNING
  184. E_CORE_ERROR
  185. E_CORE_WARNING
  186. E_ERROR
  187. E_NOTICE
  188. E_PARSE
  189. E_STRICT
  190. E_USER_ERROR
  191. E_USER_NOTICE
  192. E_USER_WARNING
  193. E_WARNING
  194. FRAC_DIGITS
  195. GROUPING
  196. HTML_ENTITIES
  197. HTML_SPECIALCHARS
  198. INFO_ALL
  199. INFO_CONFIGURATION
  200. INFO_CREDITS
  201. INFO_ENVIRONMENT
  202. INFO_GENERAL
  203. INFO_LICENSE
  204. INFO_MODULES
  205. INFO_VARIABLES
  206. INI_ALL
  207. INI_PERDIR
  208. INI_SYSTEM
  209. INI_USER
  210. INT_CURR_SYMBOL
  211. INT_FRAC_DIGITS
  212. LC_ALL
  213. LC_COLLATE
  214. LC_CTYPE
  215. LC_MESSAGES
  216. LC_MONETARY
  217. LC_NUMERIC
  218. LC_TIME
  219. LOCK_EX
  220. LOCK_NB
  221. LOCK_SH
  222. LOCK_UN
  223. LOG_ALERT
  224. LOG_AUTH
  225. LOG_AUTHPRIV
  226. LOG_CONS
  227. LOG_CRIT
  228. LOG_CRON
  229. LOG_DAEMON
  230. LOG_DEBUG
  231. LOG_EMERG
  232. LOG_ERR
  233. LOG_INFO
  234. LOG_KERN
  235. LOG_LOCAL0
  236. LOG_LOCAL1
  237. LOG_LOCAL2
  238. LOG_LOCAL3
  239. LOG_LOCAL4
  240. LOG_LOCAL5
  241. LOG_LOCAL6
  242. LOG_LOCAL7
  243. LOG_LPR
  244. LOG_MAIL
  245. LOG_NDELAY
  246. LOG_NEWS
  247. LOG_NOTICE
  248. LOG_NOWAIT
  249. LOG_ODELAY
  250. LOG_PERROR
  251. LOG_PID
  252. LOG_SYSLOG
  253. LOG_USER
  254. LOG_UUCP
  255. LOG_WARNING
  256. MON_1
  257. MON_10
  258. MON_11
  259. MON_12
  260. MON_2
  261. MON_3
  262. MON_4
  263. MON_5
  264. MON_6
  265. MON_7
  266. MON_8
  267. MON_9
  268. MON_DECIMAL_POINT
  269. MON_GROUPING
  270. MON_THOUSANDS_SEP
  271. M_1_PI
  272. M_2_PI
  273. M_2_SQRTPI
  274. M_E
  275. M_LN10
  276. M_LN2
  277. M_LOG10E
  278. M_LOG2E
  279. M_PI
  280. M_PI_2
  281. M_PI_4
  282. M_SQRT1_2
  283. M_SQRT2
  284. NEGATIVE_SIGN
  285. NOEXPR
  286. NOSTR
  287. N_CS_PRECEDES
  288. N_SEP_BY_SPACE
  289. N_SIGN_POSN
  290. PATHINFO_BASENAME
  291. PATHINFO_DIRNAME
  292. PATHINFO_EXTENSION
  293. PATH_SEPARATOR
  294. PEAR_EXTENSION_DIR
  295. PEAR_INSTALL_DIR
  296. PHP_BINDIR
  297. PHP_CONFIG_FILE_PATH
  298. PHP_CONFIG_FILE_SCAN_DIR
  299. PHP_DATADIR
  300. PHP_EOL
  301. PHP_EXTENSION_DIR
  302. PHP_INT_MAX
  303. PHP_INT_SIZE
  304. PHP_LIBDIR
  305. PHP_LOCALSTATEDIR
  306. PHP_OS
  307. PHP_OUTPUT_HANDLER_CONT
  308. PHP_OUTPUT_HANDLER_END
  309. PHP_OUTPUT_HANDLER_START
  310. PHP_PREFIX
  311. PHP_SAPI
  312. PHP_SHLIB_SUFFIX
  313. PHP_SYSCONFDIR
  314. PHP_VERSION
  315. PM_STR
  316. POSITIVE_SIGN
  317. P_CS_PRECEDES
  318. P_SEP_BY_SPACE
  319. P_SIGN_POSN
  320. RADIXCHAR
  321. SEEK_CUR
  322. SEEK_END
  323. SEEK_SET
  324. SORT_ASC
  325. SORT_DESC
  326. SORT_NUMERIC
  327. SORT_REGULAR
  328. SORT_STRING
  329. STR_PAD_BOTH
  330. STR_PAD_LEFT
  331. STR_PAD_RIGHT
  332. THOUSANDS_SEP
  333. THOUSEP
  334. T_FMT
  335. T_FMT_AMPM
  336. YESEXPR
  337. YESSTR
  338. __COMPILER_HALT_OFFSET__
  339.  
  340. #KEYWORD=PHP core functions
  341. ;NET Functions
  342.  
  343. ;Apache-specific Functions
  344. apache_child_terminate
  345. apache_get_modules
  346. apache_get_version
  347. apache_getenv
  348. apache_lookup_uri
  349. apache_note
  350. apache_request_headers
  351. apache_reset_timeout
  352. apache_response_headers
  353. apache_setenv
  354. ascii2ebcdic
  355. ebcdic2ascii
  356. getallheaders
  357. virtual
  358.  
  359. ;Alternative PHP Cache
  360.  
  361. ;Advanced PHP debugger
  362.  
  363. ;Array Functions
  364. array_change_key_case
  365. array_chunk
  366. array_combine
  367. array_count_values
  368. array_diff_assoc
  369. array_diff_key
  370. array_diff_uassoc
  371. array_diff_ukey
  372. array_diff
  373. array_fill
  374. array_filter
  375. array_flip
  376. array_intersect_assoc
  377. array_intersect_key
  378. array_intersect_uassoc
  379. array_intersect_ukey
  380. array_intersect
  381. array_key_exists
  382. array_keys
  383. array_map
  384. array_merge_recursive
  385. array_merge
  386. array_multisort
  387. array_pad
  388. array_pop
  389. array_product
  390. array_push
  391. array_rand
  392. array_reduce
  393. array_reverse
  394. array_search
  395. array_shift
  396. array_slice
  397. array_splice
  398. array_sum
  399. array_udiff_assoc
  400. array_udiff_uassoc
  401. array_udiff
  402. array_uintersect_assoc
  403. array_uintersect_uassoc
  404. array_uintersect
  405. array_unique
  406. array_unshift
  407. array_values
  408. array_walk_recursive
  409. array_walk
  410. array
  411. arsort
  412. asort
  413. compact
  414. count
  415. current
  416. each
  417. end
  418. extract
  419. in_array
  420. key
  421. krsort
  422. ksort
  423. list
  424. natcasesort
  425. natsort
  426. next
  427. pos
  428. prev
  429. range
  430. reset
  431. rsort
  432. shuffle
  433. sizeof
  434. sort
  435. uasort
  436. uksort
  437. usort
  438.  
  439. ;Aspell functions (depreciated)
  440.  
  441. ;BCMath Arbitrary Precision Mathematics Functions
  442.  
  443. ;PHP bytecode Compiler
  444.  
  445. ;Bzip2 Compression Functions
  446.  
  447. ;Calendar functions
  448.  
  449. ;CCVS API Functions (removed as of 4.3.0)
  450.  
  451. ;Class/Object Functions
  452. call_user_method_array
  453. call_user_method
  454. class_exists
  455. get_class_methods
  456. get_class_vars
  457. get_class
  458. get_declared_classes
  459. get_declared_interfaces
  460. get_object_vars
  461. get_parent_class
  462. interface_exists
  463. is_a
  464. is_subclass_of
  465. method_exists
  466. property_exists
  467.  
  468. ;Classkit Functions
  469.  
  470. ;ClibPDF functions
  471.  
  472. ;COM and .Net (Windows)
  473. COM
  474. DOTNET
  475. VARIANT
  476. com_addref
  477. com_create_guid
  478. com_event_sink
  479. com_get_active_object
  480. com_get
  481. com_invoke
  482. com_isenum
  483. com_load_typelib
  484. com_load
  485. com_message_pump
  486. com_print_typeinfo
  487. com_propget
  488. com_propput
  489. com_propset
  490. com_release
  491. com_set
  492. variant_abs
  493. variant_add
  494. variant_and
  495. variant_cast
  496. variant_cat
  497. variant_cmp
  498. variant_date_from_timestamp
  499. variant_date_to_timestamp
  500. variant_div
  501. variant_eqv
  502. variant_fix
  503. variant_get_type
  504. variant_idiv
  505. variant_imp
  506. variant_int
  507. variant_mod
  508. variant_mul
  509. variant_neg
  510. variant_not
  511. variant_or
  512. variant_pow
  513. variant_round
  514. variant_set_type
  515. variant_set
  516. variant_sub
  517. variant_xor
  518.  
  519. ;Crack functions
  520.  
  521. ;Character type functions
  522. ctype_alnum
  523. ctype_alpha
  524. ctype_cntrl
  525. ctype_digit
  526. ctype_graph
  527. ctype_lower
  528. ctype_print
  529. ctype_punct
  530. ctype_space
  531. ctype_upper
  532. ctype_xdigit
  533.  
  534. ;CURL, Client URL Library Functions
  535.  
  536. ;Cybercash payment functions (removed as of PHP 4.3.0)
  537.  
  538. ;Credit Mutuel CyberMUT functions
  539.  
  540. ;Cyrus IMAP administration functions (not documented)
  541.  
  542. ;Date and Time functions
  543. checkdate
  544. date_default_timezone_get
  545. date_default_timezone_set
  546. date_sunrise
  547. date_sunset
  548. date
  549. getdate
  550. gettimeofday
  551. gmdate
  552. gmmktime
  553. gmstrftime
  554. idate
  555. localtime
  556. microtime
  557. mktime
  558. strftime
  559. strptime
  560. strtotime
  561. time
  562.  
  563. ;DB++ Functions
  564.  
  565. ;Database (dbm-style) abstraction layer functions
  566.  
  567. ;dBase functions
  568.  
  569. ;DBM Functions (depreciated)
  570.  
  571. ;dbx functions
  572.  
  573. ;Direct IO functions
  574.  
  575. ;Directory functions
  576. chdir
  577. chroot
  578. dir
  579. closedir
  580. getcwd
  581. opendir
  582. readdir
  583. rewinddir
  584. scandir
  585.  
  586. ;DOM functions
  587. dom_import_simplexml
  588. DOMAttr
  589. DOMCharacterData
  590. DOMComment
  591. DOMDocument
  592. DOMElement
  593. DOMEntityReference
  594. DOMImplementation
  595. DOMNamedNodeMap
  596. DOMNode
  597. DOMNodelist
  598. DOMProcessingInstruction
  599. DOMText
  600. DOMXPath
  601.  
  602. ;DOM XML Functions
  603.  
  604. ;Error Handling and Logging Functions
  605. debug_backtrace
  606. debug_print_backtrace
  607. error_log
  608. error_reporting
  609. restore_error_handler
  610. restore_exception_handler
  611. set_error_handler
  612. set_exception_handler
  613. trigger_error
  614. user_error
  615.  
  616. ;Exif Functions
  617.  
  618. ;Expect Functions
  619.  
  620. ;File alteration monitor functions
  621.  
  622. ;FrontBase Functions
  623.  
  624. ;Forms Data Format functions
  625.  
  626. ;filePro functions
  627.  
  628. ;Filesystem functions
  629. basename
  630. chgrp
  631. chmod
  632. chown
  633. clearstatcache
  634. copy
  635. delete
  636. dirname
  637. disk_free_space
  638. disk_total_space
  639. diskfreespace
  640. fclose
  641. feof
  642. fflush
  643. fgetc
  644. fgetcsv
  645. fgets
  646. fgetss
  647. file_exists
  648. file_get_contents
  649. file_put_contents
  650. file
  651. fileatime
  652. filectime
  653. filegroup
  654. fileinode
  655. filemtime
  656. fileowner
  657. fileperms
  658. filesize
  659. filetype
  660. flock
  661. fnmatch
  662. fopen
  663. fpassthru
  664. fputcsv
  665. fputs
  666. fread
  667. fscanf
  668. fseek
  669. fstat
  670. ftell
  671. ftruncate
  672. fwrite
  673. glob
  674. is_dir
  675. is_executable
  676. is_file
  677. is_link
  678. is_readable
  679. is_uploaded_file
  680. is_writable
  681. is_writeable
  682. link
  683. linkinfo
  684. lstat
  685. mkdir
  686. move_uploaded_file
  687. parse_ini_file
  688. pathinfo
  689. pclose
  690. popen
  691. readfile
  692. readlink
  693. realpath
  694. rename
  695. rewind
  696. rmdir
  697. set_file_buffer
  698. stat
  699. symlink
  700. tempnam
  701. tmpfile
  702. touch
  703. umask
  704. unlink
  705.  
  706. ;Firebird/InterBase Functions
  707.  
  708. ;Firebird/Interbase Functions (PDO_FIREBIRD)
  709.  
  710. ;FriBiDi functions
  711.  
  712. ;FrontBase Functions
  713.  
  714. ;FTP functions
  715.  
  716. ;Function Handling functions
  717. call_user_func_array
  718. call_user_func
  719. create_function
  720. func_get_arg
  721. func_get_args
  722. func_num_args
  723. function_exists
  724. get_defined_functions
  725. register_shutdown_function
  726. register_tick_function
  727. unregister_tick_function
  728.  
  729. ;GNU Gettext
  730.  
  731. ;GMP functions
  732.  
  733. ;gnupg Functions
  734.  
  735. ;Net_Gopher
  736.  
  737. ;hash Functions
  738. hash_algos
  739. hash_file
  740. hash_final
  741. hash_hmac_file
  742. hash_hmac
  743. hash_init
  744. hash_update_file
  745. hash_update_stream
  746. hash_update
  747. hash
  748.  
  749. ;HTTP functions
  750. header
  751. headers_list
  752. headers_sent
  753. setcookie
  754. setrawcookie
  755.  
  756. ;Hyperwave functions
  757.  
  758. ;Hyperwave API functions
  759.  
  760. ;IBM DB2, Cloudscape and Apache Derby Functions
  761.  
  762. ;ICAP Functions [deprecated]
  763.  
  764. ;iconv functions
  765.  
  766. ;ID3 Functions
  767.  
  768. ;IIS Administration Functions
  769. iis_add_server
  770. iis_get_dir_security
  771. iis_get_script_map
  772. iis_get_server_by_comment
  773. iis_get_server_by_path
  774. iis_get_server_rights
  775. iis_get_service_state
  776. iis_remove_server
  777. iis_set_app_settings
  778. iis_set_dir_security
  779. iis_set_script_map
  780. iis_set_server_rights
  781. iis_start_server
  782. iis_start_service
  783. iis_stop_server
  784. iis_stop_service
  785.  
  786. ;Image functions
  787.  
  788. ;IMAP, POP3 and NNTP functions
  789.  
  790. ;Informix functions
  791.  
  792. ;Informix Functions (PDO_INFORMIX)
  793.  
  794. ;Ingres II functions
  795.  
  796. ;IRC Gateway Functions
  797.  
  798. ;PHP / Java Integration
  799.  
  800. ;KADM5
  801.  
  802. ;LDAP functions
  803.  
  804. ;libxml Functions
  805.  
  806. ;Lotus Notes Functions
  807.  
  808. ;LZF Functions
  809.  
  810. ;Mail functions
  811. ezmlm_hash
  812. mail
  813.  
  814. ;mailparse functions
  815.  
  816. ;Mathematical Functions
  817. abs
  818. acos
  819. acosh
  820. asin
  821. asinh
  822. atan2
  823. atan
  824. atanh
  825. base_convert
  826. bindec
  827. ceil
  828. cos
  829. cosh
  830. decbin
  831. dechex
  832. decoct
  833. deg2rad
  834. exp
  835. expm1
  836. floor
  837. fmod
  838. getrandmax
  839. hexdec
  840. hypot
  841. is_finite
  842. is_infinite
  843. is_nan
  844. lcg_value
  845. log10
  846. log1p
  847. log
  848. max
  849. min
  850. mt_getrandmax
  851. mt_rand
  852. mt_srand
  853. octdec
  854. pi
  855. pow
  856. rad2deg
  857. rand
  858. round
  859. sin
  860. sinh
  861. sqrt
  862. srand
  863. tan
  864. tanh
  865.  
  866. ;MaxDB PHP Extension
  867.  
  868. ;MCAL Functions
  869.  
  870. ;Mcrypt Encryption Functions
  871.  
  872. ;MCVE (Monetra) Payment Functions
  873.  
  874. ;Memcache Functions
  875.  
  876. ;Mhash Functions
  877.  
  878. ;Mimetype Functions
  879.  
  880. ;Ming functions for Flash
  881.  
  882. ;Miscellaneous Functions
  883. connection_aborted
  884. connection_status
  885. connection_timeout
  886. constant
  887. define
  888. defined
  889. die
  890. eval
  891. exit
  892. get_browser
  893. __halt_compiler
  894. highlight_file
  895. highlight_string
  896. ignore_user_abort
  897. pack
  898. php_check_syntax
  899. php_strip_whitespace
  900. show_source
  901. sleep
  902. sys_getloadavg
  903. time_nanosleep
  904. time_sleep_until
  905. uniqid
  906. unpack
  907. usleep
  908.  
  909. ;mnoGoSearch Functions
  910.  
  911. ;Microsoft SQL Server Functions
  912.  
  913. ;Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
  914.  
  915. ;Mohawk Software Session Handler Functions
  916.  
  917. ;mSQL Functions
  918.  
  919. ;Multibyte String Functions
  920.  
  921. ;muscat Functions
  922.  
  923. ;MySQL functions
  924.  
  925. ;MySQL Functions (PDO_MYSQL)
  926.  
  927. ;MySQL Improved Extension
  928.  
  929. ;Ncurses terminal screen control functions
  930.  
  931. ;Network Functions
  932. checkdnsrr
  933. closelog
  934. debugger_off
  935. debugger_on
  936. define_syslog_variables
  937. dns_check_record
  938. dns_get_mx
  939. dns_get_record
  940. fsockopen
  941. gethostbyaddr
  942. gethostbyname
  943. gethostbynamel
  944. getmxrr
  945. getprotobyname
  946. getprotobynumber
  947. getservbyname
  948. getservbyport
  949. inet_ntop
  950. inet_pton
  951. ip2long
  952. long2ip
  953. openlog
  954. pfsockopen
  955. socket_get_status
  956. socket_set_blocking
  957. socket_set_timeout
  958. syslog
  959.  
  960. ;Newt Functions
  961.  
  962. ;NSAPI-specific Functions
  963. nsapi_request_headers
  964. nsapi_response_headers
  965. nsapi_virtual
  966.  
  967. ;Object Aggregation/Composition Functions
  968.  
  969. ;Object property and method call overloading
  970.  
  971. ;Oracle functions
  972.  
  973. ;ODBC Functions (Unified)
  974.  
  975. ;ODBC and DB2 Functions (PDO_ODBC)
  976.  
  977. ;oggvorbis
  978.  
  979. ;OpenAL Audio Bindings
  980.  
  981. ;OpenSSL functions
  982.  
  983. ;Oracle Functions [deprecated]
  984.  
  985. ;Oracle Functions (PDO_OCI)
  986.  
  987. ;Output Control Functions
  988. flush
  989. ob_clean
  990. ob_end_clean
  991. ob_end_flush
  992. ob_flush
  993. ob_get_clean
  994. ob_get_contents
  995. ob_get_flush
  996. ob_get_length
  997. ob_get_level
  998. ob_get_status
  999. ob_gzhandler
  1000. ob_implicit_flush
  1001. ob_list_handlers
  1002. ob_start
  1003. output_add_rewrite_var
  1004. output_reset_rewrite_vars
  1005.  
  1006. ;Ovrimos SQL functions
  1007.  
  1008. ;Paradox File Access
  1009.  
  1010. ;Parsekit Functions
  1011.  
  1012. ;Process Control Functions
  1013.  
  1014. ;Regular Expression Functions (Perl-Compatible)
  1015. Pattern Modifiers
  1016. Pattern Syntax
  1017. preg_grep
  1018. preg_match_all
  1019. preg_match
  1020. preg_quote
  1021. preg_replace_callback
  1022. preg_replace
  1023. preg_split
  1024.  
  1025. ;PDF functions
  1026.  
  1027. ;PDO Functions
  1028.  
  1029. ;PHP Options&Information
  1030. assert_options
  1031. assert
  1032. dl
  1033. extension_loaded
  1034. get_cfg_var
  1035. get_current_user
  1036. get_defined_constants
  1037. get_extension_funcs
  1038. get_include_path
  1039. get_included_files
  1040. get_loaded_extensions
  1041. get_magic_quotes_gpc
  1042. get_magic_quotes_runtime
  1043. get_required_files
  1044. getenv
  1045. getlastmod
  1046. getmygid
  1047. getmyinode
  1048. getmypid
  1049. getmyuid
  1050. getopt
  1051. getrusage
  1052. ini_alter
  1053. ini_get_all
  1054. ini_get
  1055. ini_restore
  1056. ini_set
  1057. memory_get_usage
  1058. php_ini_scanned_files
  1059. php_logo_guid
  1060. php_sapi_name
  1061. php_uname
  1062. phpcredits
  1063. phpinfo
  1064. phpversion
  1065. putenv
  1066. restore_include_path
  1067. set_include_path
  1068. set_magic_quotes_runtime
  1069. set_time_limit
  1070. version_compare
  1071. zend_logo_guid
  1072. zend_version
  1073.  
  1074. ;POSIX functions
  1075. posix_access
  1076. posix_ctermid
  1077. posix_get_last_error
  1078. posix_getcwd
  1079. posix_getegid
  1080. posix_geteuid
  1081. posix_getgid
  1082. posix_getgrgid
  1083. posix_getgrnam
  1084. posix_getgroups
  1085. posix_getlogin
  1086. posix_getpgid
  1087. posix_getpgrp
  1088. posix_getpid
  1089. posix_getppid
  1090. posix_getpwnam
  1091. posix_getpwuid
  1092. posix_getrlimit
  1093. posix_getsid
  1094. posix_getuid
  1095. posix_isatty
  1096. posix_kill
  1097. posix_mkfifo
  1098. posix_mknod
  1099. posix_setegid
  1100. posix_seteuid
  1101. posix_setgid
  1102. posix_setpgid
  1103. posix_setsid
  1104. posix_setuid
  1105. posix_strerror
  1106. posix_times
  1107. posix_ttyname
  1108. posix_uname
  1109.  
  1110. ;Regular Expression Functions (POSIX Extended)
  1111.  
  1112. ;PostgreSQL functions
  1113.  
  1114. ;PostgreSQL Functions (PDO_PGSQL)
  1115.  
  1116. ;Printer functions
  1117.  
  1118. ;Program Execution functions
  1119. escapeshellarg
  1120. escapeshellcmd
  1121. exec
  1122. passthru
  1123. proc_close
  1124. proc_get_status
  1125. proc_nice
  1126. proc_open
  1127. proc_terminate
  1128. shell_exec
  1129. system
  1130.  
  1131. ;PostScript document creation
  1132.  
  1133. ;Pspell Functions
  1134.  
  1135. ;qtdom Functions
  1136.  
  1137. ;Radius
  1138.  
  1139. ;Rar Functions
  1140.  
  1141. ;GNU Readline
  1142.  
  1143. ;GNU Recode functions
  1144.  
  1145. ;RPM Header Reading Functions
  1146.  
  1147. ;runkit Functions
  1148.  
  1149. ;Satellite CORBA client extension [deprecated]
  1150.  
  1151. ;SDO Functions
  1152.  
  1153. ;SDO XML Data Access Service Functions
  1154.  
  1155. ;SDO Relational Data Access Service Functions
  1156.  
  1157. ;Semaphore, Shared Memory and IPC Functions
  1158.  
  1159. ;SESAM Database Functions
  1160.  
  1161. ;PostgreSQL Session Save Handler
  1162.  
  1163. ;Session Handling Functions
  1164. session_cache_expire
  1165. session_cache_limiter
  1166. session_commit
  1167. session_decode
  1168. session_destroy
  1169. session_encode
  1170. session_get_cookie_params
  1171. session_id
  1172. session_is_registered
  1173. session_module_name
  1174. session_name
  1175. session_regenerate_id
  1176. session_register
  1177. session_save_path
  1178. session_set_cookie_params
  1179. session_set_save_handler
  1180. session_start
  1181. session_unregister
  1182. session_unset
  1183. session_write_close
  1184.  
  1185. ;Shared Memory Functions
  1186.  
  1187. ;SimpleXML functions
  1188. simplexml_import_dom
  1189. simplexml_load_file
  1190. simplexml_load_string
  1191. SimpleXMLElement
  1192.  
  1193. ;SNMP Functions
  1194.  
  1195. ;SOAP Functions
  1196.  
  1197. ;Socket Functions
  1198.  
  1199. ;Standard PHP Library (SPL) Functions
  1200. ArrayIterator
  1201. ArrayObject
  1202. CachingIterator
  1203. CachingRecursiveIterator
  1204. class_implements
  1205. class_parents
  1206. DirectoryIterator
  1207. FilterIterator
  1208. iterator_count
  1209. iterator_to_array
  1210. LimitIterator
  1211. ParentIterator
  1212. RecursiveDirectoryIterator
  1213. RecursiveIteratorIterator
  1214. SimpleXMLIterator
  1215. spl_classes
  1216.  
  1217. ;SQLite Functions
  1218.  
  1219. ;SQLite Functions (PDO_SQLITE)
  1220.  
  1221. ;Secure Shell2 Functions
  1222.  
  1223. ;Statistics Functions
  1224.  
  1225. ;Stream Functions
  1226. stream_bucket_append
  1227. stream_bucket_make_writeable
  1228. stream_bucket_new
  1229. stream_bucket_prepend
  1230. stream_context_create
  1231. stream_context_get_default
  1232. stream_context_get_options
  1233. stream_context_set_option
  1234. stream_context_set_params
  1235. stream_copy_to_stream
  1236. stream_filter_append
  1237. stream_filter_prepend
  1238. stream_filter_register
  1239. stream_filter_remove
  1240. stream_get_contents
  1241. stream_get_filters
  1242. stream_get_line
  1243. stream_get_meta_data
  1244. stream_get_transports
  1245. stream_get_wrappers
  1246. stream_register_wrapper
  1247. stream_select
  1248. stream_set_blocking
  1249. stream_set_timeout
  1250. stream_set_write_buffer
  1251. stream_socket_accept
  1252. stream_socket_client
  1253. stream_socket_enable_crypto
  1254. stream_socket_get_name
  1255. stream_socket_pair
  1256. stream_socket_recvfrom
  1257. stream_socket_sendto
  1258. stream_socket_server
  1259. stream_wrapper_register
  1260. stream_wrapper_restore
  1261. stream_wrapper_unregister
  1262.  
  1263. ;String Functions
  1264. addcslashes
  1265. addslashes
  1266. bin2hex
  1267. chop
  1268. chr
  1269. chunk_split
  1270. convert_cyr_string
  1271. convert_uudecode
  1272. convert_uuencode
  1273. count_chars
  1274. crc32
  1275. crypt
  1276. echo
  1277. explode
  1278. fprintf
  1279. get_html_translation_table
  1280. hebrev
  1281. hebrevc
  1282. html_entity_decode
  1283. htmlentities
  1284. htmlspecialchars_decode
  1285. htmlspecialchars
  1286. implode
  1287. join
  1288. levenshtein
  1289. localeconv
  1290. ltrim
  1291. md5_file
  1292. md5
  1293. metaphone
  1294. money_format
  1295. nl_langinfo
  1296. nl2br
  1297. number_format
  1298. ord
  1299. parse_str
  1300. print
  1301. printf
  1302. quoted_printable_decode
  1303. quotemeta
  1304. rtrim
  1305. setlocale
  1306. sha1_file
  1307. sha1
  1308. similar_text
  1309. soundex
  1310. sprintf
  1311. sscanf
  1312. str_ireplace
  1313. str_pad
  1314. str_repeat
  1315. str_replace
  1316. str_rot13
  1317. str_shuffle
  1318. str_split
  1319. str_word_count
  1320. strcasecmp
  1321. strchr
  1322. strcmp
  1323. strcoll
  1324. strcspn
  1325. strip_tags
  1326. stripcslashes
  1327. stripos
  1328. stripslashes
  1329. stristr
  1330. strlen
  1331. strnatcasecmp
  1332. strnatcmp
  1333. strncasecmp
  1334. strncmp
  1335. strpbrk
  1336. strpos
  1337. strrchr
  1338. strrev
  1339. strripos
  1340. strrpos
  1341. strspn
  1342. strstr
  1343. strtok
  1344. strtolower
  1345. strtoupper
  1346. strtr
  1347. substr_compare
  1348. substr_count
  1349. substr_replace
  1350. substr
  1351. trim
  1352. ucfirst
  1353. ucwords
  1354. vfprintf
  1355. vprintf
  1356. vsprintf
  1357. wordwrap
  1358.  
  1359. ;Shockwave Flash Functions
  1360.  
  1361. ;Sybase Functions
  1362.  
  1363. ;TCP Wrappers Functions
  1364.  
  1365. ;Tidy Functions
  1366.  
  1367. ;Tokenizer Functions
  1368. token_get_all
  1369. token_name
  1370.  
  1371. ;Unicode Functions
  1372.  
  1373. ;URL Functions
  1374. base64_decode
  1375. base64_encode
  1376. get_headers
  1377. get_meta_tags
  1378. http_build_query
  1379. parse_url
  1380. rawurldecode
  1381. rawurlencode
  1382. urldecode
  1383. urlencode
  1384.  
  1385. ;Variable Handling Functions
  1386. debug_zval_dump
  1387. doubleval
  1388. empty
  1389. floatval
  1390. get_defined_vars
  1391. get_resource_type
  1392. gettype
  1393. import_request_variables
  1394. intval
  1395. is_array
  1396. is_bool
  1397. is_callable
  1398. is_double
  1399. is_float
  1400. is_int
  1401. is_integer
  1402. is_long
  1403. is_null
  1404. is_numeric
  1405. is_object
  1406. is_real
  1407. is_resource
  1408. is_scalar
  1409. is_string
  1410. isset
  1411. print_r
  1412. serialize
  1413. settype
  1414. strval
  1415. unserialize
  1416. unset
  1417. var_dump
  1418. var_export
  1419.  
  1420. ;Verisign Payflow Pro Functions
  1421.  
  1422. ;vpopmail Functions
  1423.  
  1424. ;W32api Functions
  1425. w32api_deftype
  1426. w32api_init_dtype
  1427. w32api_invoke_function
  1428. w32api_register_function
  1429. w32api_set_call_method
  1430.  
  1431. ;WDDX Functions
  1432.  
  1433. ;win32ps Functions
  1434.  
  1435. ;win32service Functions
  1436.  
  1437. ;xattr Functions
  1438.  
  1439. ;xdiff Functions
  1440.  
  1441. ;XML Parser Functions
  1442. utf8_decode
  1443. utf8_encode
  1444. xml_error_string
  1445. xml_get_current_byte_index
  1446. xml_get_current_column_number
  1447. xml_get_current_line_number
  1448. xml_get_error_code
  1449. xml_parse_into_struct
  1450. xml_parse
  1451. xml_parser_create_ns
  1452. xml_parser_create
  1453. xml_parser_free
  1454. xml_parser_get_option
  1455. xml_parser_set_option
  1456. xml_set_character_data_handler
  1457. xml_set_default_handler
  1458. xml_set_element_handler
  1459. xml_set_end_namespace_decl_handler
  1460. xml_set_external_entity_ref_handler
  1461. xml_set_notation_decl_handler
  1462. xml_set_object
  1463. xml_set_processing_instruction_handler
  1464. xml_set_start_namespace_decl_handler
  1465. xml_set_unparsed_entity_decl_handler
  1466.  
  1467. ;XML-RPC Functions
  1468.  
  1469. ;XMLReader functions
  1470. XMLReader
  1471.  
  1472. ;xmlwriter Functions
  1473.  
  1474. ;XSL functions
  1475.  
  1476. ;XSLT Functions
  1477.  
  1478. ;YAZ Functions
  1479.  
  1480. ;YP/NIS Functions
  1481.  
  1482. ;Zip File Functions (Read Only Access)
  1483.  
  1484. ;Zlib Compression Functions
  1485.  
  1486. #KEYWORD=Variables
  1487.  
  1488. #KEYWORD=Namespaces
  1489. #
  1490.